DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1SelectDataCollection<S,T> Class / CreateNewItem Method

In This Topic
    CreateNewItem Method (C1SelectDataCollection<S,T>)
    In This Topic
    Creates a new item of the collection.
    Syntax
    'Declaration
     
    Public Overridable Function CreateNewItem() As S
    public virtual S CreateNewItem()
    See Also